switches

open fun switches(): List<String>

Returns an immutable list of the Chromium switches that will be passed to the Chromium Main process.

The library does not support all the possible Chromium switches, so there is no guarantee that the passed switches will work. The switches from this list will overwrite the corresponding options configured through the Builder.

For example, if you configure the remote debugging port using the remoteDebuggingPort method and then add the --remote-debugging-port switch using the addSwitch method, then the port from the switch will be used.